PLAY SOUND
This command will play the specified Sound Number.
PLAY SOUND Sound Number
PLAY SOUND Sound Number,Start Position
Sound Number
Integer
The command will play the specified Sound Number
Start Position
Integer
This value is an integer number such as 1.
This command does not return a value.
An optional parameter allows you to specify a start position in bytes that skips the initial part of the sample to be played.
cls
load sound "man.wav",1
play sound 1
wait 1000*8
stop sound 1
do
loop
end
SOUND Commands Menu
Index